home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / software.sit / Software 1.0 / background_2336.txt < prev    next >
Text File  |  1988-11-14  |  3KB  |  133 lines

  1. -- background: 2336 from stack: in.0
  2. -- bmap block id: 5126
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: about
  6. ----- HyperTalk script -----
  7. on newCard
  8.   get field "diskNumber" of previous card
  9.   add one to it
  10.   put it into field "diskNumber"
  11. end newCard
  12.  
  13. on openBackground
  14.   push recent card
  15. end openBackground
  16.  
  17.  
  18. -- part 15 (button)
  19. -- low flags: 00
  20. -- high flags: 0004
  21. -- rect: left=465 top=30 right=66 bottom=506
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 21700 / 21700
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: Home
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   visual effect iris close
  33.   go Home
  34. end mouseUp
  35.  
  36.  
  37.  
  38. -- part 16 (button)
  39. -- low flags: 00
  40. -- high flags: 0004
  41. -- rect: left=466 top=80 right=116 bottom=505
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 1013 / 1013
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: Next
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   visual effect dissolve
  53.   go to next card
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 18 (button)
  59. -- low flags: 00
  60. -- high flags: 0004
  61. -- rect: left=467 top=186 right=222 bottom=506
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 1012 / 1012
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: Return
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   visual effect iris close
  73.   pop card
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 19 (button)
  79. -- low flags: 00
  80. -- high flags: 0004
  81. -- rect: left=467 top=132 right=168 bottom=505
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 1014 / 1014
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Prev
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   visual effect dissolve
  93.   go to previous card
  94. end mouseUp
  95.  
  96.  
  97.  
  98. -- part 20 (field)
  99. -- low flags: 81
  100. -- high flags: 2004
  101. -- rect: left=115 top=116 right=330 bottom=359
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 0
  105. -- font id: 3
  106. -- text size: 10
  107. -- style flags: 0
  108. -- line height: 13
  109. -- part name: jh
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   hide field "jh"
  113. end mouseUp
  114.  
  115.  
  116. -- part 21 (button)
  117. -- low flags: 00
  118. -- high flags: 0000
  119. -- rect: left=114 top=62 right=112 bottom=164
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 0 / 0
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: apple
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   set the visible of field "jh" to not the visible of field "jh"
  131. end mouseUp
  132.  
  133.